home *** CD-ROM | disk | FTP | other *** search
- Path: sojourn1.sojourn.com!not-for-mail
- From: mharrell@sojourn1.sojourn.com (Matt Harrell)
- Newsgroups: comp.sys.amiga.applications
- Subject: Re: keep that crap away from my Amiga
- Date: 26 Feb 1996 17:38:36 GMT
- Organization: Sojourn Systems. Lansing, MI (USA)
- Message-ID: <4gsr6s$5am@tkhut.sojourn.com>
- References: <watt.824179246@winternet.com> <3121C1F0.2CEB@brunel.ac.uk> <4gk9pr$d47@tkhut.sojourn.com> <1062.6628T851T1704@postoffice.ptd.net>
- NNTP-Posting-Host: sojourn1.sojourn.com
- X-Newsreader: TIN [UNIX 1.3 941216BETA PL0]
-
- hankduckman (hankduck@postoffice.ptd.net) wrote:
-
- : If I may show my ignorance by asking a question, what is Tex? Can you give
- : me a brief rundown on what it is, what it does, and what its advantages are?
- : I've heard it spoken of but haven't the slightest inkling of what it's about.
-
- TeX is a typesetting language (similar to troff, if that
- helps) that is especially good at mathematical typesetting (but very
- capable with most other typesetting tasks). The learning curve is
- steep, but once you "catch on", you can do almost anything with TeX.
- LaTeX is a set of macros for TeX to make TeX easier to use, but less
- flexible. It's usually a good idea to learn TeX first (which I had to
- do, because on my first Amiga I didn't have enough RAM to run LaTeX,
- but I had enough for plain TeX), and then learn the other forms of
- TeX, like LaTeX. TeX creates beautiful, typographically correct,
- output.
- You need a text editor (emacs is very good because it includes
- a TeX "major mode" that customizes emacs for TeX programming). Ispell
- is also nice for spell checking (and can be done either from a shell
- window, or from within emacs (and probably some other editors, too).
- Ispell is smart enough to recognize the TeX/LaTeX codes and ignore
- them. After writing your "source code" for your document, you run TeX
- or LaTeX on it, which then (if there are no errors in the
- code--unlikely on the first run :-) creates a {filename}.dvi file,
- which can be viewed or printed from *any* computer system with TeX
- installed. One of the things I really like about TeX is that is
- portable by definition. In order for a program to be called "TeX", it
- must meet the necessary standards so than any TeX code can be put on
- any computer to be "TeX-ed" and viewed and printed.
- It's a very nice system if you're willing to put the time into
- learning it.
-
- Matt Harrell
-